home *** CD-ROM | disk | FTP | other *** search
/ Delphi Magazine Collection 2001 / Delphi Magazine Collection 20001 (2001).iso / DISKS / Issue56 / VFI / Listing5.pas < prev    next >
Encoding:
Pascal/Delphi Source File  |  2000-02-29  |  131 b   |  5 lines

  1. constructor TInheritableNotebook.Create(AOwner: TComponent);
  2. begin
  3.   inherited;
  4.   Include(FComponentStyle, csInheritable);
  5. end;